@charset "utf-8";
/* CSS Document For Standard Elements only i.e. h1, p etc.*/
html { min-height: 100%; margin-bottom: 1px; }
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-image:url("../images/bodyBg.jpg");
	background-repeat:repeat-x;
	background-color:#d1e164;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#508126;
}
a {
	text-decoration:none;
	color:#508126;
	}
a:hover {
	text-decoration:underline;
	color:#333;
	}
	
img{
	border:0;
}

H1{
padding:20px;
color: #508126;
font-weight:bold;
font-size:30px;
}

H3{
padding-left:10px;
color: #508126;
font-weight:bold;
font-size:20px;
}
